home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
irc
/
KuangEleven3Gm.lha
/
Kuang Eleven 3
/
Rexx
/
CTCP
/
ping.amirx
< prev
next >
Wrap
Text File
|
1998-05-09
|
375b
|
12 lines
/* $VER: ping.amirx 1.0 (9.5.98) Kuang Eleven Plugin : Ping SOUND resopnse
* Requires AmIRC 1.30!
*/
sound='Ping.WAV' /* Soundfile to play */
options results
parse arg ':'prefix' 'type' 'channel' :'text
parse var prefix nick'!'user'@'host
div='01'x
parse upper var text (div) command args (div)
if command~='PING' then exit
'QueueRAW PRIVMSG' nick ':'div'SOUND' sound||div